[INFO] cloning repository https://github.com/ogham/specsheet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ogham/specsheet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fogham%2Fspecsheet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fogham%2Fspecsheet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8821c6fc64a25a241a2e42bcebefecd1c824b318
[INFO] fixing ogham/specsheet against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fogham%2Fspecsheet" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ogham/specsheet
[INFO] finished tweaking git repo https://github.com/ogham/specsheet
[INFO] tweaked toml for git repo https://github.com/ogham/specsheet written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ogham/specsheet on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ogham/specsheet already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `datetime` dependency)
[INFO] [stderr] warning: `specsheet` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e0f383a6d47cfc254311d176898e454819f38cc0e0516b3eb389314a7223491f
[INFO] running `Command { std: "docker" "start" "e0f383a6d47cfc254311d176898e454819f38cc0e0516b3eb389314a7223491f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e0f383a6d47cfc254311d176898e454819f38cc0e0516b3eb389314a7223491f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e0f383a6d47cfc254311d176898e454819f38cc0e0516b3eb389314a7223491f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e0f383a6d47cfc254311d176898e454819f38cc0e0516b3eb389314a7223491f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating spec_analysis/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating spec_commands/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating spec_checks/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating spec_exec/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   syn v1.0.69 (as host dependency) removed features: full
[INFO] [stderr] 
[INFO] [stderr] warning: Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `datetime` dependency)
[INFO] [stderr] warning: `specsheet` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.93
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling syn v1.0.69
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]     Checking regex-syntax v0.6.23
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking spec_analysis v0.1.0-pre (/opt/rustwide/workdir/spec_analysis)
[INFO] [stderr]    Migrating spec_analysis/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking spec_exec v0.1.0-pre (/opt/rustwide/workdir/spec_exec)
[INFO] [stderr]    Migrating spec_exec/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Compiling aho-corasick v0.7.15
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking shellexpand v2.1.0
[INFO] [stderr]     Checking users v0.11.0
[INFO] [stderr]     Checking diff v0.1.12
[INFO] [stderr]     Checking rand_core v0.6.2
[INFO] [stderr]    Compiling datetime v0.5.2
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]     Checking shell-words v1.0.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking regex v1.4.5
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking pretty_assertions v0.7.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking horrorshow v0.8.3
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking rand v0.8.3
[INFO] [stderr]    Compiling specsheet v0.1.0-pre (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2018 edition to 2021
[INFO] [stderr]    Compiling derive_more v0.99.13
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking spec_checks v0.1.0-pre (/opt/rustwide/workdir/spec_checks)
[INFO] [stderr]    Migrating spec_checks/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking spec_commands v0.1.0-pre (/opt/rustwide/workdir/spec_commands)
[INFO] [stderr]    Migrating spec_checks/tests/integration_tests.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating spec_commands/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.49s
[INFO] [stderr] crater-edition-check: spec_analysis v0.1.0-pre (/opt/rustwide/workdir/spec_analysis) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: spec_commands v0.1.0-pre (/opt/rustwide/workdir/spec_commands) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: spec_checks v0.1.0-pre (/opt/rustwide/workdir/spec_checks) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: spec_exec v0.1.0-pre (/opt/rustwide/workdir/spec_exec) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: specsheet v0.1.0-pre (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr] warning: Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `datetime` dependency)
[INFO] [stderr] warning: `specsheet` (manifest) generated 1 warning
[INFO] [stderr]    Compiling syn v1.0.69
[INFO] [stderr]     Checking spec_analysis v0.1.0-pre (/opt/rustwide/workdir/spec_analysis)
[INFO] [stderr]     Checking spec_exec v0.1.0-pre (/opt/rustwide/workdir/spec_exec)
[INFO] [stderr]    Compiling specsheet v0.1.0-pre (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_exec/src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_analysis/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_exec/src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_analysis/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> spec_exec/src/exec.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Predetermined {
[INFO] [stdout]    |     ------------- field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 34 |         name: &'static str,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Inner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> spec_exec/src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> spec_exec/src/exec.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Predetermined {
[INFO] [stdout]    |     ------------- field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 34 |         name: &'static str,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Inner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> spec_exec/src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling derive_more v0.99.13
[INFO] [stderr]     Checking serde v1.0.125
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking serde_json v1.0.64
[INFO] [stderr]     Checking spec_checks v0.1.0-pre (/opt/rustwide/workdir/spec_checks)
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_checks/src/lib.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_checks/src/lib.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> spec_checks/src/network/tcp.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 129 |         if let Ok(address) = address_string.parse() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: irrefutable `if let` pattern
[INFO] [stdout]    --> spec_checks/src/network/tcp.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 129 |         if let Ok(address) = address_string.parse() {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this pattern will always match, so the `if let` is useless
[INFO] [stdout]     = help: consider replacing the `if let` with a `let`
[INFO] [stdout]     = note: `#[warn(irrefutable_let_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking spec_commands v0.1.0-pre (/opt/rustwide/workdir/spec_commands)
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_commands/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_commands/src/lib.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `timeout` and `default_nameserver` are never read
[INFO] [stdout]   --> spec_commands/src/dig.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct DigCommand {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 48 |     results: BTreeMap<Request, Exec<DigOutput>>,
[INFO] [stdout] 49 |     timeout: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 50 |     default_nameserver: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DigCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> spec_commands/src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `timeout` is never read
[INFO] [stdout]   --> spec_commands/src/ping.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct PingCommand {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 33 |     results: BTreeMap<String, Exec<PingOutput>>,
[INFO] [stdout] 34 |     timeout: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PingCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `timeout` and `default_nameserver` are never read
[INFO] [stdout]   --> spec_commands/src/dig.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | pub struct DigCommand {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 48 |     results: BTreeMap<Request, Exec<DigOutput>>,
[INFO] [stdout] 49 |     timeout: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 50 |     default_nameserver: Option<String>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DigCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> spec_commands/src/lib.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `timeout` is never read
[INFO] [stdout]   --> spec_commands/src/ping.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 32 | pub struct PingCommand {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 33 |     results: BTreeMap<String, Exec<PingOutput>>,
[INFO] [stdout] 34 |     timeout: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `PingCommand` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> src/main.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> src/main.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `commands` is never read
[INFO] [stdout]   --> src/doc.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct CompletedRun<'a> {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub commands: Vec<&'a RanCommand>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompletedRun` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/main.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `commands` is never read
[INFO] [stdout]   --> src/doc.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct CompletedRun<'a> {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 44 |     pub commands: Vec<&'a RanCommand>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompletedRun` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/main.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MockDefaults` is never constructed
[INFO] [stdout]  --> spec_checks/tests/local/defaults_tests.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct MockDefaults(DefaultsLocation, &'static str);
[INFO] [stdout]   |        ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.67s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating spec_analysis/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating spec_commands/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating spec_checks/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating spec_exec/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   syn v1.0.69 (as host dependency) removed features: full
[INFO] [stderr] 
[INFO] [stderr] warning: Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `datetime` dependency)
[INFO] [stderr] warning: `specsheet` (manifest) generated 1 warning
[INFO] [stderr]     Checking spec_analysis v0.1.0-pre (/opt/rustwide/workdir/spec_analysis)
[INFO] [stdout] warning: lint `rustdoc` has been removed: use `rustdoc::all` instead
[INFO] [stdout]   --> spec_exec/src/lib.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![warn(rustdoc)]
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> spec_exec/src/exec.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Predetermined {
[INFO] [stdout]    |     ------------- field in this variant
[INFO] [stdout] ...
[INFO] [stdout] 34 |         name: &'static str,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Inner` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> spec_exec/src/lib.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![warn(unused)]
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    = note: `#[warn(dead_code)]` implied by `#[warn(unused)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking spec_exec v0.1.0-pre (/opt/rustwide/workdir/spec_exec)
[INFO] [stderr]    Migrating spec_analysis/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating spec_exec/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking spec_checks v0.1.0-pre (/opt/rustwide/workdir/spec_checks)
[INFO] [stderr]    Migrating spec_checks/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking spec_commands v0.1.0-pre (/opt/rustwide/workdir/spec_commands)
[INFO] [stderr]    Migrating spec_commands/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating spec_checks/tests/integration_tests.rs from 2021 edition to 2024
[INFO] [stderr]     Checking specsheet v0.1.0-pre (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/set.rs (3 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/side.rs:94:27
[INFO] [stdout]     |
[INFO] [stdout]  94 |                     match TcpStream::connect_timeout(&addr, Duration::from_millis(100)) {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  95 |                         Ok(stream) => {
[INFO] [stdout]     |                            ------
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `stream` calls a custom destructor
[INFO] [stdout]     |                            `stream` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 104 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/side.rs:94:27
[INFO] [stdout]     |
[INFO] [stdout]  94 |                     match TcpStream::connect_timeout(&addr, Duration::from_millis(100)) {
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |
[INFO] [stdout]     |                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  95 |                         Ok(stream) => {
[INFO] [stdout]     |                            ------
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            `stream` calls a custom destructor
[INFO] [stdout]     |                            `stream` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 104 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `stream` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.40s
[INFO] [stderr] crater-edition-check: spec_analysis v0.1.0-pre (/opt/rustwide/workdir/spec_analysis) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: spec_commands v0.1.0-pre (/opt/rustwide/workdir/spec_commands) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: spec_checks v0.1.0-pre (/opt/rustwide/workdir/spec_checks) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: spec_exec v0.1.0-pre (/opt/rustwide/workdir/spec_exec) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: specsheet v0.1.0-pre (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr] error: failed to parse manifest at `/opt/rustwide/workdir/Cargo.toml`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   `default_features` is unsupported as of the 2024 edition; instead use `default-features`
[INFO] [stderr]   (in the `datetime` dependency)
[INFO] running `Command { std: "docker" "inspect" "e0f383a6d47cfc254311d176898e454819f38cc0e0516b3eb389314a7223491f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0f383a6d47cfc254311d176898e454819f38cc0e0516b3eb389314a7223491f", kill_on_drop: false }`
[INFO] [stdout] e0f383a6d47cfc254311d176898e454819f38cc0e0516b3eb389314a7223491f
